5.3.3 APPX Application Design Manual

+ Chapter 1-1: Overview of Application Design
+ Chapter 1-2: Getting Started
+ Chapter 1-3: Data Dictionary
+ Chapter 1-4: Understanding Process Design
+ Chapter 1-5: Interprocess Communication
+ Chapter 1-6: Customizing Your Application
+ Chapter 1-7: The Documentation Facility
+ Chapter 1-8: Application Design Tools
+ Chapter 2-1: Data Dictionary Overview
+ Chapter 2-2: Data Dictionary Concepts
+ Chapter 2-3: Domains
+ Chapter 2-4: Files and Fields
+ Chapter 2-5: Work Fields
+ Chapter 3-1: Overview of APPX Processes
+ Chapter 3-2: Getting Started
+ Chapter 3-3: Process Definition
+ Chapter 3-4: Menu Processes
+ Chapter 3-5: Job Processes
+ Chapter 3-6: Input Processes
- Chapter 3-7: Output Processes
+ Chapter 3-8: Update Processes
+ Chapter 3-9: Query Processes
+ Chapter 3-10: Inquiry Processes
+ Chapter 3-11: Status Processes
+ Chapter 3-12: Subroutine Processes
+ Chapter 3-13: Table Processes
+ Chapter 3-14: Automatic and Optional Children
+ Chapter 3-15: Using the Image Editor
+ Chapter 3-16: Using GUI Features of the Image Editor
+ Chapter 3-17: Using Event Points
+ Chapter 4-1: ILF Integration
+ Chapter 4-2: True/False Status Indicators
+ Chapter 4-3: Specifying Statements
+ Chapter 4-4: The ILF Editor
+ Chapter 4-5: The Appx ILF Debugger
+ Chapter 4-6: ILF Keyword Reference
+ Chapter 4-7: Predefined Fields
+ Chapter 4-8: Runtime Subroutine's and Predefined Processes
+ Chapter 4-9: Appx Chart Director API

Chapter 3-7: Output Processes

Output Process Specifications


Output process specifications establish the general attributes of an output process such as a process print file and process control file, the name of the report, and various format characteristics. The Output Processes screen, shown below, displays when you select outputs from the Application Design Specifications Menu.

Output Processes Screen

The Output Processes screen contains the following fields:

Process Name identifies a specific process and consists of up to 30 uppercase alphanumeric characters that must be unique within type and application.

Process Control File is optional for output processes. If present, it identifies a file by application ID and file name that is to be automatically managed by APPX during the execution of this process. APPX automatically reads, writes, rewrites, and deletes records in the process control file (PCF) during output process execution (and provides for updating the child PCF for any automatic children). If the PCF is left blank, the output process will execute once and then automatically end (as opposed to executing once for every record).

Width indicates the maximum number of characters across, or in other words the number of columns, to allocate for each row in the report format. APPX uses the value you enter here to produce standard images of the proper width. If blank, the default width of the form that the report prints on defaults to the form width which is defined in system administration. If the form is narrower than the width of the formatted report, APPX truncates the output. If the form is wider than the width of the report, however, APPX uses the larger width for standard images, but does not expand the format of the report itself. The default is 132.

PagH determines whether or not APPX automatically prints a standard page heading image. If 'yes' , this image prints before any Start of Page frames for the report. Be careful not to also explicitly define a Start of Page frame with a standard page heading image, which could cause page headings to print twice at the top of each page in the report. If 'no' , you can explicitly define a Start of Page frame with a standard page heading image or, alternatively, define your own page heading using a Start of Page frame. The default is 'yes'.

ColH determines whether or not APPX automatically prints a Start of Page frame with a standard column heading image. APPX generates column headings based upon specifications in the data dictionary for each item included in the output image. If 'yes' , this image prints after any Start of Page frames for the report. Be careful not to also explicitly define a Start of Page frame with a standard column heading image, which would cause column headings to print twice for each page in the report. If 'no' , you can explicitly define a Start of Page frame with a standard column heading image or, alternatively, define your own column headings using a Start of Page frame. The default is 'yes'. Refer to Standard Column Heading Image Generation for additional information.

Sep identifies one alphanumeric character that prints continuously across the report to separate standard page headings, page frames, and standard column headings from the body of the report. If blank, APPX does not print a heading separator. The default is =.

Filename establishes the name of the report file that is used to store the contents of the printed report. If necessary to guarantee uniqueness, APPX may append one or more characters to the value you enter here, or replace one or more of the ending characters. If two or more output processes in the same subprocess family are defined with identical Print File values, the processes share a common print file. They print as a single report, with continuous page numbers. If this specification is blank, APPX uses the last Print File that is active within the subprocess family. Refer to Process Lineage for a definition of subprocess family.

Options are indicators that are present whenever the options they denote have been defined. Options applicable to this screen are (Additional Attributes), (Rules), (Documentation), and (Security).

Buttons are provided at the bottom of each Output Processes screen for accessing the following options:

Additional Attributes - See the Output Process Additional Attributes Option for details.

Rules - See the Output Process Rules Option for details.

Documentation - Same as the Process Documentation Option.

Security - Same as the Process Security Option.

Goto... - Allows you to identify and retrieve another record by optionally entering a full or partial key.

Frames - See Output Frame Specifications for details. This is the default option.

Help - Allows you to view online help text for a selected item.

Close or Cancel - In Inquire mode, Close allows you to end the current process. Otherwise, Cancel allows you to end the current process without saving changes, if any, to the current record.

In addition, the menu bar provides the following pulldown menus:

Toolbox - Same as the Process Toolbox Pulldown Menu.

Jump to - Same as the Process Jump to Pulldown Menu.

Application Design Manual                                         "Powered by Appx Software"

337

©2006 By APPX Software, Inc. All Rights Reserved